home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 51
/
Amiga Format CD51 (2000-03-10)(Future Publishing)(GB)[!][issue 2000-04].iso
/
-in_the_mag-
/
program_perfection
/
vbcc
/
amiga68k
/
include
/
proto
/
misc.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-02-07
|
287b
|
18 lines
#ifndef _PROTO_MISC_H
#define _PROTO_MISC_H
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef CLIB_MISC_PROTOS_H
#include <clib/misc_protos.h>
#endif
#include <inline/misc_protos.h>
#ifndef __NOLIBBASE__
extern struct Library *MiscBase;
#endif
#endif /* _PROTO_MISC_H */